Html Css Color HEX #983CEA Blue Violet

📋 copy color: '#983CEA'

red 152 ◦ green 60 ◦ blue 234

#983CEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #983CEA

Tints of Blue Violet #983CEA

RGB

 RED value IS 152 (59.77% from 255) = 34.08%

 GREEN value IS 60 (23.83% from 255) = 13.45%

 BLUE value IS 234 (91.8% from 255) = 52.47%

R = 34.08%
G = 13.45%
B = 52.47%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#983CEA (or 0x983CEA) is known color: Blue Violet. HEX triplet: 98, 3C and EA. RGB value is (152,60,234). Sum of RGB (Red+Green+Blue) = 152+60+234=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #983CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983CEA is #67C315. Grayscale: #6A6A6A. Windows color (decimal): -6800150 or 15350936. OLE color: 15350936.

HSL color Cylindrical-coordinate representation of color #983CEA: hue angle of 271.72º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #983CEA is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 60 234 -
CMYK 0.35 0.74 0 0.08
HSL 271.72º 0.81% 0.58% -
HSV(B) 271.72º 0.74% 0.92% -
XYZ 29.42 15.85 79.35 -
YUV 107.34 199.48 159.85 -
System Red Green Blue C M Y K H S L
Decimal 152 60 234 0.35 0.74 0 0.08 271.72 0.81 0.58
Hex 98 3C EA 23 4A 0 8 110 51 3A
Octal 230 74 352 43 112 0 10 420 121 72
Binary 10011000 111100 11101010 100011 1001010 0 1000 100010000 1010001 111010

Color Harmonies of #983CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983CEA

Black with #983CEA

Text Example


Text Example

White with #983CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983CEA; }

 p { color: rgb(152,60,234); }

 H1.HeaderClassName
 {
   color: #983CEA;
 }
 .AnyTagClassName
 {
   color: #983CEA;
 }
</style>

background-color css

<style>
 a { background-color: #983CEA; }

 a { background-color: rgb(152,60,234); }

 div.DivClassName
 {
   background-color: #983CEA;
 }
 .BgClassName
 {
   background-color: #983CEA;
 }
</style>

border-color css

<style>
 span { border-color: #983CEA; }

 span { border-color: rgb(152,60,234); }

 td.TdClassName
 {
   border-color: #983CEA;
 }
 .TagClassName
 {
   border-color: #983CEA;
 }
</style>