Html Css Color HEX #9B05DF Dark Violet

📋 copy color: '#9B05DF'

red 155 ◦ green 5 ◦ blue 223

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

Shades of Dark Violet #9B05DF

Tints of Dark Violet #9B05DF

RGB

 RED value IS 155 (60.94% from 255) = 40.47%

 GREEN value IS 5 (2.34% from 255) = 1.31%

 BLUE value IS 223 (87.5% from 255) = 58.22%

R = 40.47%
G = 1.31%
B = 58.22%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B05DF (or 0x9B05DF) is known color: Dark Violet. HEX triplet: 9B, 05 and DF. RGB value is (155,5,223). Sum of RGB (Red+Green+Blue) = 155+5+223=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B05DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B05DF is #64FA20. Grayscale: #494949. Windows color (decimal): -6617633 or 14615963. OLE color: 14615963.

HSL color Cylindrical-coordinate representation of color #9B05DF: hue angle of 281.28º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B05DF is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 5 223 -
CMYK 0.30 0.98 0 0.13
HSL 281.28º 0.96% 0.45% -
HSV(B) 281.28º 0.98% 0.87% -
XYZ 26.89 12.4 70.79 -
YUV 74.7 211.7 185.27 -
System Red Green Blue C M Y K H S L
Decimal 155 5 223 0.30 0.98 0 0.13 281.28 0.96 0.45
Hex 9B 5 DF 1E 62 0 D 119 60 2D
Octal 233 5 337 36 142 0 15 431 140 55
Binary 10011011 101 11011111 11110 1100010 0 1101 100011001 1100000 101101

Color Harmonies of #9B05DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B05DF

Black with #9B05DF

Text Example


Text Example

White with #9B05DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B05DF; }

 p { color: rgb(155,5,223); }

 H1.HeaderClassName
 {
   color: #9B05DF;
 }
 .AnyTagClassName
 {
   color: #9B05DF;
 }
</style>

background-color css

<style>
 a { background-color: #9B05DF; }

 a { background-color: rgb(155,5,223); }

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

border-color css

<style>
 span { border-color: #9B05DF; }

 span { border-color: rgb(155,5,223); }

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