Html Css Color HEX #9B35DF Dark Orchid

📋 copy color: '#9B35DF'

red 155 ◦ green 53 ◦ blue 223

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

Shades of Dark Orchid #9B35DF

Tints of Dark Orchid #9B35DF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.3%

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

R = 35.96%
G = 12.3%
B = 51.74%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B35DF (or 0x9B35DF) is known color: Dark Orchid. HEX triplet: 9B, 35 and DF. RGB value is (155,53,223). Sum of RGB (Red+Green+Blue) = 155+53+223=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B35DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B35DF is #64CA20. Grayscale: #666666. Windows color (decimal): -6605345 or 14628251. OLE color: 14628251.

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

Color convert

RGB 155 53 223 -
CMYK 0.30 0.76 0 0.13
HSL 276º 0.73% 0.54% -
HSV(B) 276º 0.76% 0.87% -
XYZ 28.11 14.84 71.2 -
YUV 102.88 195.79 165.18 -
System Red Green Blue C M Y K H S L
Decimal 155 53 223 0.30 0.76 0 0.13 276 0.73 0.54
Hex 9B 35 DF 1E 4C 0 D 114 49 36
Octal 233 65 337 36 114 0 15 424 111 66
Binary 10011011 110101 11011111 11110 1001100 0 1101 100010100 1001001 110110

Color Harmonies of #9B35DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B35DF

Black with #9B35DF

Text Example


Text Example

White with #9B35DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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