Html Css Color HEX #9609EF Dark Violet

📋 copy color: '#9609EF'

red 150 ◦ green 9 ◦ blue 239

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

Shades of Dark Violet #9609EF

Tints of Dark Violet #9609EF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.26%

 BLUE value IS 239 (93.75% from 255) = 60.05%

R = 37.69%
G = 2.26%
B = 60.05%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9609EF (or 0x9609EF) is known color: Dark Violet. HEX triplet: 96, 09 and EF. RGB value is (150,9,239). Sum of RGB (Red+Green+Blue) = 150+9+239=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #9609EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9609EF is #69F610. Grayscale: #4C4C4C. Windows color (decimal): -6944273 or 15665558. OLE color: 15665558.

HSL color Cylindrical-coordinate representation of color #9609EF: hue angle of 276.78º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9609EF is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 9 239 -
CMYK 0.37 0.96 0 0.06
HSL 276.78º 0.93% 0.49% -
HSV(B) 276.78º 0.96% 0.94% -
XYZ 28.26 12.91 82.66 -
YUV 77.38 219.21 179.8 -
System Red Green Blue C M Y K H S L
Decimal 150 9 239 0.37 0.96 0 0.06 276.78 0.93 0.49
Hex 96 9 EF 25 60 0 6 115 5D 31
Octal 226 11 357 45 140 0 6 425 135 61
Binary 10010110 1001 11101111 100101 1100000 0 110 100010101 1011101 110001

Color Harmonies of #9609EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9609EF

Black with #9609EF

Text Example


Text Example

White with #9609EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9609EF; }

 p { color: rgb(150,9,239); }

 H1.HeaderClassName
 {
   color: #9609EF;
 }
 .AnyTagClassName
 {
   color: #9609EF;
 }
</style>

background-color css

<style>
 a { background-color: #9609EF; }

 a { background-color: rgb(150,9,239); }

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

border-color css

<style>
 span { border-color: #9609EF; }

 span { border-color: rgb(150,9,239); }

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