Html Css Color HEX #9A33CF Dark Orchid

📋 copy color: '#9A33CF'

red 154 ◦ green 51 ◦ blue 207

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

Shades of Dark Orchid #9A33CF

Tints of Dark Orchid #9A33CF

RGB

 RED value IS 154 (60.55% from 255) = 37.38%

 GREEN value IS 51 (20.31% from 255) = 12.38%

 BLUE value IS 207 (81.25% from 255) = 50.24%

R = 37.38%
G = 12.38%
B = 50.24%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A33CF (or 0x9A33CF) is known color: Dark Orchid. HEX triplet: 9A, 33 and CF. RGB value is (154,51,207). Sum of RGB (Red+Green+Blue) = 154+51+207=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A33CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A33CF is #65CC30. Grayscale: #636363. Windows color (decimal): -6671409 or 13579162. OLE color: 13579162.

HSL color Cylindrical-coordinate representation of color #9A33CF: hue angle of 279.62º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A33CF is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 51 207 -
CMYK 0.26 0.75 0 0.19
HSL 279.62º 0.62% 0.51% -
HSV(B) 279.62º 0.75% 0.81% -
XYZ 25.77 13.74 60.33 -
YUV 99.58 188.62 166.82 -
System Red Green Blue C M Y K H S L
Decimal 154 51 207 0.26 0.75 0 0.19 279.62 0.62 0.51
Hex 9A 33 CF 1A 4B 0 13 118 3E 33
Octal 232 63 317 32 113 0 23 430 76 63
Binary 10011010 110011 11001111 11010 1001011 0 10011 100011000 111110 110011

Color Harmonies of #9A33CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A33CF

Black with #9A33CF

Text Example


Text Example

White with #9A33CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,51,207); }

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

background-color css

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

 a { background-color: rgb(154,51,207); }

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

border-color css

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

 span { border-color: rgb(154,51,207); }

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