Html Css Color HEX #9B39CA Dark Orchid

📋 copy color: '#9B39CA'

red 155 ◦ green 57 ◦ blue 202

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

Shades of Dark Orchid #9B39CA

Tints of Dark Orchid #9B39CA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.77%

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

R = 37.44%
G = 13.77%
B = 48.79%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9B39CA (or 0x9B39CA) is known color: Dark Orchid. HEX triplet: 9B, 39 and CA. RGB value is (155,57,202). Sum of RGB (Red+Green+Blue) = 155+57+202=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B39CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B39CA is #64C635. Grayscale: #666666. Windows color (decimal): -6604342 or 13253019. OLE color: 13253019.

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

Color convert

RGB 155 57 202 -
CMYK 0.23 0.72 0 0.21
HSL 280.55º 0.58% 0.51% -
HSV(B) 280.55º 0.72% 0.79% -
XYZ 25.64 14.16 57.26 -
YUV 102.83 183.97 165.21 -
System Red Green Blue C M Y K H S L
Decimal 155 57 202 0.23 0.72 0 0.21 280.55 0.58 0.51
Hex 9B 39 CA 17 48 0 15 119 3A 33
Octal 233 71 312 27 110 0 25 431 72 63
Binary 10011011 111001 11001010 10111 1001000 0 10101 100011001 111010 110011

Color Harmonies of #9B39CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B39CA

Black with #9B39CA

Text Example


Text Example

White with #9B39CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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