Html Css Color HEX #9619EA Blue Violet

📋 copy color: '#9619EA'

red 150 ◦ green 25 ◦ blue 234

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

Shades of Blue Violet #9619EA

Tints of Blue Violet #9619EA

RGB

 RED value IS 150 (58.98% from 255) = 36.67%

 GREEN value IS 25 (10.16% from 255) = 6.11%

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

R = 36.67%
G = 6.11%
B = 57.21%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9619EA (or 0x9619EA) is known color: Blue Violet. HEX triplet: 96, 19 and EA. RGB value is (150,25,234). Sum of RGB (Red+Green+Blue) = 150+25+234=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #9619EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9619EA is #69E615. Grayscale: #555555. Windows color (decimal): -6940182 or 15341974. OLE color: 15341974.

HSL color Cylindrical-coordinate representation of color #9619EA: hue angle of 275.89º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9619EA is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 25 234 -
CMYK 0.36 0.89 0 0.08
HSL 275.89º 0.83% 0.51% -
HSV(B) 275.89º 0.89% 0.92% -
XYZ 27.78 13.12 78.91 -
YUV 86.2 211.41 173.51 -
System Red Green Blue C M Y K H S L
Decimal 150 25 234 0.36 0.89 0 0.08 275.89 0.83 0.51
Hex 96 19 EA 24 59 0 8 114 53 33
Octal 226 31 352 44 131 0 10 424 123 63
Binary 10010110 11001 11101010 100100 1011001 0 1000 100010100 1010011 110011

Color Harmonies of #9619EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9619EA

Black with #9619EA

Text Example


Text Example

White with #9619EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9619EA; }

 p { color: rgb(150,25,234); }

 H1.HeaderClassName
 {
   color: #9619EA;
 }
 .AnyTagClassName
 {
   color: #9619EA;
 }
</style>

background-color css

<style>
 a { background-color: #9619EA; }

 a { background-color: rgb(150,25,234); }

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

border-color css

<style>
 span { border-color: #9619EA; }

 span { border-color: rgb(150,25,234); }

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