Html Css Color HEX #9B40CC Dark Orchid

📋 copy color: '#9B40CC'

red 155 ◦ green 64 ◦ blue 204

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

Shades of Dark Orchid #9B40CC

Tints of Dark Orchid #9B40CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.13%

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 36.64%
G = 15.13%
B = 48.23%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9B40CC (or 0x9B40CC) is known color: Dark Orchid. HEX triplet: 9B, 40 and CC. RGB value is (155,64,204). Sum of RGB (Red+Green+Blue) = 155+64+204=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B40CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B40CC is #64BF33. Grayscale: #6A6A6A. Windows color (decimal): -6602548 or 13385883. OLE color: 13385883.

HSL color Cylindrical-coordinate representation of color #9B40CC: hue angle of 279º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B40CC is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 64 204 -
CMYK 0.24 0.69 0 0.2
HSL 279º 0.58% 0.53% -
HSV(B) 279º 0.69% 0.8% -
XYZ 26.25 14.99 58.64 -
YUV 107.17 182.65 162.12 -
System Red Green Blue C M Y K H S L
Decimal 155 64 204 0.24 0.69 0 0.2 279 0.58 0.53
Hex 9B 40 CC 18 45 0 14 117 3A 35
Octal 233 100 314 30 105 0 24 427 72 65
Binary 10011011 1000000 11001100 11000 1000101 0 10100 100010111 111010 110101

Color Harmonies of #9B40CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B40CC

Black with #9B40CC

Text Example


Text Example

White with #9B40CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,64,204); }

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

background-color css

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

 a { background-color: rgb(155,64,204); }

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

border-color css

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

 span { border-color: rgb(155,64,204); }

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