Html Css Color HEX #9B41CA Dark Orchid

📋 copy color: '#9B41CA'

red 155 ◦ green 65 ◦ blue 202

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

Shades of Dark Orchid #9B41CA

Tints of Dark Orchid #9B41CA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.4%

 BLUE value IS 202 (79.3% from 255) = 47.87%

R = 36.73%
G = 15.4%
B = 47.87%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9B41CA (or 0x9B41CA) is known color: Dark Orchid. HEX triplet: 9B, 41 and CA. RGB value is (155,65,202). Sum of RGB (Red+Green+Blue) = 155+65+202=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B41CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B41CA is #64BE35. Grayscale: #6B6B6B. Windows color (decimal): -6602294 or 13255067. OLE color: 13255067.

HSL color Cylindrical-coordinate representation of color #9B41CA: hue angle of 279.42º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B41CA is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 65 202 -
CMYK 0.23 0.68 0 0.21
HSL 279.42º 0.56% 0.52% -
HSV(B) 279.42º 0.68% 0.79% -
XYZ 26.07 15.01 57.4 -
YUV 107.53 181.32 161.86 -
System Red Green Blue C M Y K H S L
Decimal 155 65 202 0.23 0.68 0 0.21 279.42 0.56 0.52
Hex 9B 41 CA 17 44 0 15 117 38 34
Octal 233 101 312 27 104 0 25 427 70 64
Binary 10011011 1000001 11001010 10111 1000100 0 10101 100010111 111000 110100

Color Harmonies of #9B41CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B41CA

Black with #9B41CA

Text Example


Text Example

White with #9B41CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,65,202); }

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

background-color css

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

 a { background-color: rgb(155,65,202); }

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

border-color css

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

 span { border-color: rgb(155,65,202); }

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